[INFO] cloning repository https://github.com/LHagfoss/cf_window
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LHagfoss/cf_window" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLHagfoss%2Fcf_window", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLHagfoss%2Fcf_window'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 04396501ca3061079be19ff0d99508e94888fe88
[INFO] fixing LHagfoss/cf_window against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLHagfoss%2Fcf_window" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LHagfoss/cf_window
[INFO] finished tweaking git repo https://github.com/LHagfoss/cf_window
[INFO] tweaked toml for git repo https://github.com/LHagfoss/cf_window written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LHagfoss/cf_window on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LHagfoss/cf_window already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e99dbcf1b2fce3b426fb53d4fcb4a47c3be0ff737e5a9b95be9d74dcc3ab9f02
[INFO] running `Command { std: "docker" "start" "e99dbcf1b2fce3b426fb53d4fcb4a47c3be0ff737e5a9b95be9d74dcc3ab9f02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e99dbcf1b2fce3b426fb53d4fcb4a47c3be0ff737e5a9b95be9d74dcc3ab9f02" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e99dbcf1b2fce3b426fb53d4fcb4a47c3be0ff737e5a9b95be9d74dcc3ab9f02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e99dbcf1b2fce3b426fb53d4fcb4a47c3be0ff737e5a9b95be9d74dcc3ab9f02" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]     Checking core-foundation-sys v0.8.7
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling libxdo-sys v0.11.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking block v0.1.6
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking core-foundation v0.10.1
[INFO] [stderr]     Checking malloc_buf v0.0.6
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking objc v0.2.7
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking core-graphics-types v0.2.0
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-types-0.2.0/src/geometry.rs:169:69
[INFO] [stdout]     |
[INFO] [stdout] 169 |     #[cfg_attr(feature = "link", link(name = "CoreGraphics", kind = "framework"))]
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `core-graphics-types` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e99dbcf1b2fce3b426fb53d4fcb4a47c3be0ff737e5a9b95be9d74dcc3ab9f02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e99dbcf1b2fce3b426fb53d4fcb4a47c3be0ff737e5a9b95be9d74dcc3ab9f02", kill_on_drop: false }`
[INFO] [stdout] e99dbcf1b2fce3b426fb53d4fcb4a47c3be0ff737e5a9b95be9d74dcc3ab9f02
